home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / GMS / GMSDev / Includes / system / debug.i < prev    next >
Encoding:
Text File  |  1998-03-21  |  1.3 KB  |  70 lines

  1.     IFND SYSTEM_DEBUG_I
  2. SYSTEM_DEBUG_I  SET  1
  3.  
  4. **
  5. **  $VER: debug.i V1.0
  6. **
  7. **  (C) Copyright 1996-1998 DreamWorld Productions.
  8. **      All Rights Reserved.
  9. **
  10.  
  11.     IFND    DPKERNEL_I
  12.     include 'dpkernel/dpkernel.i'
  13.     ENDC
  14.  
  15. *****************************************************************************
  16.  
  17. DBG_Message =   3
  18.  
  19. DBG_END =    46
  20.  
  21. STEP  =    1<<31    ;Function stepping for tree look.
  22.  
  23.    STRUCTURE    DB,0
  24.     APTR    DB_Unhook
  25.     APTR    DB_Detach
  26.     APTR    DB_Reset
  27.     APTR    DB_DPKOpened
  28.     APTR    DB_DPKClosed
  29.     APTR    DB_AddSysEvent
  30.     APTR    DB_AddInputHandler
  31.     APTR    DB_AllocAudio
  32.     APTR    DB_AllocBlitter
  33.     APTR    DB_AllocBlitMem
  34.     APTR    DB_AllocMemBlock
  35.     APTR    DB_AllocSoundMem
  36.     APTR    DB_AllocVideoMem
  37.     APTR    DB_Awaken
  38.     APTR    DB_BlankOff
  39.     APTR    DB_BlankOn
  40.     APTR    DB_CopyStructure
  41.     APTR    DB_CreateMasks
  42.     APTR    DB_Display
  43.     APTR    DB_RemSysEvent
  44.     APTR    DB_FingerOfDeath
  45.     APTR    DB_Free
  46.     APTR    DB_FreeAudio
  47.     APTR    DB_FreeBlitter
  48.     APTR    DB_FreeMemBlock
  49.     APTR    DB_Get
  50.     APTR    DB_GetFileObject
  51.     APTR    DB_GetFileObjectList
  52.     APTR    DB_Hide
  53.     APTR    DB_Init
  54.     APTR    DB_InitDestruct
  55.     APTR    DB_Load
  56.     APTR    DB_MoveToBack
  57.     APTR    DB_MoveToFront
  58.     APTR    DB_OpenFile
  59.     APTR    DB_RemInputHandler
  60.     APTR    DB_ReturnDisplay
  61.     APTR    DB_SetBobFrames
  62.     APTR    DB_SelfDestruct
  63.     APTR    DB_Switch
  64.     APTR    DB_TakeDisplay
  65.     APTR    DB_Flush
  66.     APTR    DB_SaveToFile
  67.     APTR    DB_CallEventList
  68.  
  69.   ENDC    ;SYSTEM_DEBUG_I
  70.